object Dlg_LdapWait: TDlg_LdapWait Left = 269 Top = 234 BorderStyle = bsNone ClientHeight = 39 ClientWidth = 347 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 12 Width = 233 Height = 13 AutoSize = False Caption = 'Connecting to the Address Server, please wait...' end object btnCancel: TButton Left = 264 Top = 8 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 OnClick = btnCancelClick end object Timer: TTimer Enabled = False Interval = 300 OnTimer = TimerTimer Left = 312 Top = 8 end object Language: TLanguage LangCenter = DM_Language.LangCenter Left = 160 Top = 8 end end